home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / u_intro.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  291 b   |  11 lines

  1. on exitFrame
  2.   if the movieTime of sprite 10 >= the duration of cast the number of member "unisys2" then
  3.     set the video of member "unisys2" to 0
  4.     set the video of member "unisys1" to 0
  5.     updateStage()
  6.     set the visible of sprite 10 to 0
  7.     go("1a_4")
  8.   end if
  9.   go(the frame)
  10. end
  11.